<!DOCTYPE html>
<html>
<head>
	<title>DEVONthink Online</title>
	<link media="all" rel="stylesheet" href="./webserver.css"/>
	<script src="WebKitDetect.js"></script>
	<script>
		function testformobile() // Test for iPhone/iPod, redirect to AJAX
		{
			var isMobile = WebKitDetect.isMobile();
			window.location.href = "app";
		}
	</script>
</head>
<body onload="testformobile();">
	<center style="margin-top:10%">
   		<img src = "./logo.png" width=256 height=256 />
    		<h3 style="margin-top: 30px">If loading does not start automatically<br />in a few seconds, please switch on JavaScript.<br />Alternatively use the <a href="search">search-only interface</a>.</h3>
	</center>
</body>
</html>
